CalendarView for WinForms
マイナス符号 オペレータ (Vector<T>)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Vector<T> クラス : マイナス符号 オペレータ
A Vector indicates the operand.
Defines the unary - operator for vector.
シンタックス
'宣言
 
Public Operator -( _
   ByVal value As Vector(Of T) _
) As Vector(Of T)
public Vector<T> operator -( 
   Vector<T> value
)

パラメータ

value
A Vector indicates the operand.

戻り値の型

A Vector that is the unary minus result of the operands.
解説
-(n1, n2, n3) = (-n1, -n2, -n3)
参照

Vector<T> クラス
Vector<T> メンバ